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
)
パラメーター
- nodeTypeId
型: System.String
新しいノードの動作を定義するときに使用する IExplorerNodeType の ID。
- text
型: System.String
新しいノードで表示するテキスト。
- annotations
型: System.Collections.Generic.IDictionary<Object, Object>
新しいノードの Annotations プロパティに追加されるオブジェクトのディクショナリ。
- sortOrder
型: System.Int32
兄弟ノード間で現在のノードを並べ替えるときに使用される値。
戻り値
型: Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode
新しい IExplorerNode。
解説
Annotations プロパティの使用方法の詳細については、「カスタム データの SharePoint ツールの拡張機能への関連付け」を参照してください。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。