Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public ReadOnly Property PrimaryGhostShape As GhostShape
'使用
Dim instance As GhostShapeCollection
Dim value As GhostShape
value = instance.PrimaryGhostShape
public GhostShape PrimaryGhostShape { get; }
public:
property GhostShape^ PrimaryGhostShape {
GhostShape^ get ();
}
public function get PrimaryGhostShape () : GhostShape
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.GhostShape
Permissions
- 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.