Diagram.IsCompleteView Property

This property is now obsolete.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
<DomainObjectIdAttribute("66276944-bba1-40a1-9b3e-b380500e426c")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Diagram/IsCompleteView.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Diagram/IsCompleteView.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Public Property IsCompleteView As Boolean
'使用
Dim instance As Diagram
Dim value As Boolean

value = instance.IsCompleteView

instance.IsCompleteView = value
[BrowsableAttribute(false)]
[DomainObjectIdAttribute("66276944-bba1-40a1-9b3e-b380500e426c")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Diagram/IsCompleteView.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Diagram/IsCompleteView.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public bool IsCompleteView { get; set; }
[BrowsableAttribute(false)]
[DomainObjectIdAttribute(L"66276944-bba1-40a1-9b3e-b380500e426c")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.Diagram/IsCompleteView.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.Diagram/IsCompleteView.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public:
property bool IsCompleteView {
    bool get ();
    void set (bool value);
}
public function get IsCompleteView () : boolean
public function set IsCompleteView (value : boolean)

Property Value

Type: System.Boolean

This property is now obsolete.

Permissions

See Also

Reference

Diagram Class

Diagram Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace