PropertyEntry.ParentValue 属性
获取父 PropertyValue。
命名空间: Microsoft.Windows.Design.PropertyEditing
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
声明
Public ReadOnly Property ParentValue As PropertyValue
Get
public PropertyValue ParentValue { get; }
public:
property PropertyValue^ ParentValue {
PropertyValue^ get ();
}
member ParentValue : PropertyValue
function get ParentValue () : PropertyValue
类型:Microsoft.Windows.Design.PropertyEditing.PropertyValue
父 PropertyValue。
此属性仅用于子属性;它的值可以为 nullnull 引用(在 Visual Basic 中为 Nothing)。
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。