WindowsUpdate.GetPropertyValue(String) 方法

定义

检索与 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

Platform::Object

IInspectable

如果该属性存在于更新元数据中,则它作为 Object 返回。 否则, 方法将返回 nullptr。

适用于