IVsComReference.Identity 属性

定义

获取或设置 COM 引用的标识。

public:
 property System::String ^ Identity { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Identity { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public string Identity { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.Identity : string with get, set
Public Property Identity As String

属性值

String

COM 引用的标识。

属性

注解

标识包含 COM 引用的 GUID 和版本。 标识可用于唯一标识来自其他 COM 引用的引用。

适用于