QTCaptureConnection.GetAttribute Method

Definition

Overloads

GetAttribute(NSString)
GetAttribute(String)

GetAttribute(NSString)

[Foundation.Export("attributeForKey:")]
public virtual Foundation.NSObject GetAttribute (Foundation.NSString attributeKey);
abstract member GetAttribute : Foundation.NSString -> Foundation.NSObject
override this.GetAttribute : Foundation.NSString -> Foundation.NSObject

Parameters

attributeKey
NSString

Returns

Attributes

Applies to

GetAttribute(String)

public Foundation.NSObject GetAttribute (string attributeKey);
member this.GetAttribute : string -> Foundation.NSObject

Parameters

attributeKey
String

Returns

Applies to