Edit

Share via


QTCaptureConnection.SetAttribute Method

Definition

Overloads

SetAttribute(NSObject, NSString)
SetAttribute(NSObject, String)

SetAttribute(NSObject, NSString)

[Foundation.Export("setAttribute:forKey:")]
public virtual void SetAttribute (Foundation.NSObject attribute, Foundation.NSString key);
abstract member SetAttribute : Foundation.NSObject * Foundation.NSString -> unit
override this.SetAttribute : Foundation.NSObject * Foundation.NSString -> unit

Parameters

attribute
NSObject
key
NSString
Attributes

Applies to

SetAttribute(NSObject, String)

public void SetAttribute (Foundation.NSObject attribute, string key);
member this.SetAttribute : Foundation.NSObject * string -> unit

Parameters

attribute
NSObject
key
String

Applies to