WindowsUpdate.GetPropertyValue(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索与 WindowsUpdate 对象元数据关联的给定名称的基础属性值。
public:
virtual Platform::Object ^ GetPropertyValue(Platform::String ^ propertyName) = GetPropertyValue;
IInspectable GetPropertyValue(winrt::hstring const& propertyName);
public object GetPropertyValue(string propertyName);
function getPropertyValue(propertyName)
Public Function GetPropertyValue (propertyName As String) As Object
参数
- propertyName
-
String
Platform::String
winrt::hstring
要在更新元数据中查询的属性值的名称。
返回
如果该属性存在于更新元数据中,则它作为 Object 返回。 否则, 方法将返回 nullptr。