次の方法で共有


ClientObject.IsObjectPropertyInstantiated メソッド

指定された、クライアント オブジェクトのプロパティがインスタンスになっているかどうかを示します。

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)

構文

'宣言
Public Function IsObjectPropertyInstantiated ( _
    propertyName As String _
) As Boolean
'使用
Dim instance As ClientObject
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.IsObjectPropertyInstantiated(propertyName)
public bool IsObjectPropertyInstantiated(
    string propertyName
)

パラメーター

  • propertyName
    型: System.String

    クライアント オブジェクトの指定されたプロパティの名前。

戻り値

型: System.Boolean
true指定したプロパティがインスタンス化されている場合それ以外の場合、 falseします。

関連項目

参照先

ClientObject クラス

ClientObject メンバー

Microsoft.SharePoint.Client 名前空間