次の方法で共有


IExplorerNodeCollection.Add メソッド (String, String, IDictionary<Object, Object>, Int32)

兄弟ノード間で指定した並べ替え位置を使用して、新しい IExplorerNode を作成します。

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

構文

'宣言
Function Add ( _
    nodeTypeId As String, _
    text As String, _
    annotations As IDictionary(Of Object, Object), _
    sortOrder As Integer _
) As IExplorerNode
IExplorerNode Add(
    string nodeTypeId,
    string text,
    IDictionary<Object, Object> annotations,
    int sortOrder
)

パラメーター

  • text
    型: System.String
    新しいノードで表示するテキスト。
  • sortOrder
    型: System.Int32
    兄弟ノード間で現在のノードを並べ替えるときに使用される値。

戻り値

型: Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode
新しい IExplorerNode

解説

Annotations プロパティの使用方法の詳細については、「カスタム データの SharePoint ツールの拡張機能への関連付け」を参照してください。

.NET Framework セキュリティ

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

参照

参照

IExplorerNodeCollection インターフェイス

Add オーバーロード

Microsoft.VisualStudio.SharePoint.Explorer 名前空間