TypeLibImportClassAttribute.Value 属性

定义

获取独占使用接口的 Type 对象的名称。Gets the name of a Type object that exclusively uses an interface.

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

属性值

String

独占使用接口的 Type 对象的名称。The name of a Type object that exclusively uses an interface.

注解

将特性应用于 TypeLibImportClassAttribute 托管接口,以指定独占使用接口的类型。Apply the TypeLibImportClassAttribute attribute to a managed interface to specify the type that exclusively uses an interface.

适用于