CodeNodeCategories.Assembly Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.GraphModel.Schemas
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Property Assembly As GraphCategory
public static GraphCategory Assembly { get; private set; }
public:
static property GraphCategory^ Assembly {
GraphCategory^ get ();
private: void set (GraphCategory^ value);
}
static member Assembly : GraphCategory with get, private set
static function get Assembly () : GraphCategory
private static function set Assembly (value : GraphCategory)
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphCategory
Returns 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.