Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Helper property to get/set visibility property of a GraphObject.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Property Visibility As Visibility
public Visibility Visibility { get; set; }
public:
property Visibility Visibility {
Visibility get ();
void set (Visibility value);
}
member Visibility : Visibility with get, set
function get Visibility () : Visibility
function set Visibility (value : Visibility)
Property Value
Type: Visibility
.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.