다음을 통해 공유


HierarchyTreeNode.Icon 속성

Gets the normal icon for the HierarchyTreeNode.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public MustOverride ReadOnly Property Icon As Icon 
    Get
‘사용 방법
Dim instance As HierarchyTreeNode 
Dim value As Icon 

value = instance.Icon
public abstract Icon Icon { get; }
public:
virtual property Icon^ Icon {
    Icon^ get () abstract;
}
abstract Icon : Icon
abstract function get Icon () : Icon

속성 값

유형: System.Drawing.Icon
Returns the normal icon for this node.

구현

INodeWithIcon.Icon

참고 항목

참조

HierarchyTreeNode 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스