GraphCategoryCollection.AddNewCategory Method (String, Func<GraphMetadata>)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function AddNewCategory ( _
id As String, _
callback As Func(Of GraphMetadata) _
) As GraphCategory
public GraphCategory AddNewCategory(
string id,
Func<GraphMetadata> callback
)
public:
GraphCategory^ AddNewCategory(
String^ id,
Func<GraphMetadata^>^ callback
)
member AddNewCategory :
id:string *
callback:Func<GraphMetadata> -> GraphCategory
public function AddNewCategory(
id : String,
callback : Func<GraphMetadata>
) : GraphCategory
Parameters
- id
Type: String
- callback
Type: Func<GraphMetadata>
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphCategory
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.