DialogPage.IsPropertyValueMachineLocal 方法

定义

返回 AutomationObject 的属性中的给定值是否为此计算机的本地) 与其他计算机的 roamable (

protected:
 virtual bool IsPropertyValueMachineLocal(System::ComponentModel::PropertyDescriptor ^ property, System::Object ^ value, System::String ^ storePath);
protected virtual bool IsPropertyValueMachineLocal (System.ComponentModel.PropertyDescriptor property, object value, string storePath);
abstract member IsPropertyValueMachineLocal : System.ComponentModel.PropertyDescriptor * obj * string -> bool
override this.IsPropertyValueMachineLocal : System.ComponentModel.PropertyDescriptor * obj * string -> bool
Protected Overridable Function IsPropertyValueMachineLocal (property As PropertyDescriptor, value As Object, storePath As String) As Boolean

参数

property
PropertyDescriptor

属性。

value
Object

值。

storePath
String

设置存储区的路径。

返回

Boolean

如果属性值是计算机的本地值,则为 True; 否则为 false。

适用于