Condividi tramite


GraphCommonSchema.Contains Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines a category for use in creating containment links.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Shared Property Contains As GraphCategory
public static GraphCategory Contains { get; private set; }
public:
static property GraphCategory^ Contains {
    GraphCategory^ get ();
    private: void set (GraphCategory^ value);
}
static member Contains : GraphCategory with get, private set
static function get Contains () : GraphCategory 
private static function set Contains (value : GraphCategory)

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphCategory

.NET Framework Security

See Also

Reference

GraphCommonSchema Class

Microsoft.VisualStudio.GraphModel Namespace