VCFilter.Name 属性

定义

获取或设置筛选器的名称。

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

属性值

String

表示筛选器名称的字符串。

属性

适用于