共用方式為


DatabaseSchemaViewRootNode.GetIcon 方法

傳回專案節點的圖示。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public Overrides Function GetIcon ( _
    isExpandedFolder As Boolean _
) As Bitmap
public override Bitmap GetIcon(
    bool isExpandedFolder
)
public:
virtual Bitmap^ GetIcon(
    bool isExpandedFolder
) override
abstract GetIcon : 
        isExpandedFolder:bool -> Bitmap 
override GetIcon : 
        isExpandedFolder:bool -> Bitmap 
public override function GetIcon(
    isExpandedFolder : boolean
) : Bitmap

參數

  • isExpandedFolder
    型別:System.Boolean
    True 表示傳回展開的資料夾圖示。

傳回值

型別:System.Drawing.Bitmap

實作

ISchemaModelViewerNode.GetIcon(Boolean)
ISchemaModelViewerNode.GetIcon(Boolean)

.NET Framework 安全性

請參閱

參考

DatabaseSchemaViewRootNode 類別

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 命名空間