HostTypeAttribute.SourceInterfaceGuid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For COM only. Gets or sets the GUID of the source interface for a coclass in the host application's object model.
public:
property System::String ^ SourceInterfaceGuid { System::String ^ get(); void set(System::String ^ value); };
public string SourceInterfaceGuid { get; set; }
member this.SourceInterfaceGuid : string with get, set
Public Property SourceInterfaceGuid As String
Property Value
The GUID of the source interface for COM events.