TypeLibImportClassAttribute.Value 属性

定义

获取独占使用接口的 Type 对象的名称。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

属性值

独占使用接口的 Type 对象的名称。

注解

TypeLibImportClassAttribute 属性应用于托管接口,以指定独占使用接口的类型。

适用于