IVsCredential.GetProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与存储空间相关的属性。 名称不能为 null 或为空,也不能为空白。 如果找不到该属性或基础凭据已删除,将返回 null。 属性名称不区分大小写
public:
System::String ^ GetProperty(System::String ^ name);
public:
Platform::String ^ GetProperty(Platform::String ^ name);
std::wstring GetProperty(std::wstring const & name);
public string GetProperty (string name);
abstract member GetProperty : string -> string
Public Function GetProperty (name As String) As String
参数
- name
- String
属性的名称。
返回
属性。