次の方法で共有


ExplorerNodePropertiesRequestedEventArgs.PropertySources プロパティ

NodePropertiesRequested イベントに関連付けられているノードのプロパティのコレクションを取得します。

名前空間:  Microsoft.VisualStudio.SharePoint.Explorer
アセンブリ:  Microsoft.VisualStudio.SharePoint (Microsoft.VisualStudio.SharePoint.dll 内)

構文

'宣言
Public Property PropertySources As IPropertySourceCollection
    Get
    Private Set
public IPropertySourceCollection PropertySources { get; private set; }

プロパティ値

型: Microsoft.VisualStudio.SharePoint.IPropertySourceCollection
NodePropertiesRequested イベントに関連付けられているノードのプロパティのコレクション。

解説

PropertySources プロパティを使用して、プロパティをノードに追加する方法を示すコード例については、「方法: サーバー エクスプローラーの SharePoint ノードを拡張する」を参照してください。

SharePoint サイトから読み取り専用データをノードのカスタム プロパティとして表示するには、CreatePropertySourceObject メソッドを使用できます。 詳細については、「チュートリアル: サーバー エクスプローラーを拡張して Web パーツを表示する」を参照してください。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ExplorerNodePropertiesRequestedEventArgs クラス

Microsoft.VisualStudio.SharePoint.Explorer 名前空間