IVsConnectedServiceProperties.GetProperty(String) 方法

定义

获取指定属性。

public:
 System::String ^ GetProperty(System::String ^ szPropertyName);
public:
 Platform::String ^ GetProperty(Platform::String ^ szPropertyName);
std::wstring GetProperty(std::wstring const & szPropertyName);
public string GetProperty (string szPropertyName);
abstract member GetProperty : string -> string
Public Function GetProperty (szPropertyName As String) As String

参数

szPropertyName
String

属性名称。

返回

String

值。

适用于