GuidAttribute(String) Constructor

Definition

Initializes a new instance of the GuidAttribute class with the specified GUID.

public:
 GuidAttribute(System::String ^ guid);
public GuidAttribute (string guid);
new System.Runtime.InteropServices.GuidAttribute : string -> System.Runtime.InteropServices.GuidAttribute
Public Sub New (guid As String)

Parameters

guid
String

The Guid to be assigned.

Applies to