다음을 통해 공유


HierarchyTreeNode.SelectedIcon 속성

Gets the icon when this node is selected in the tree.

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

구문

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

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

속성 값

유형: System.Drawing.Icon
Returns the icon when the node is selected in the tree.

구현

INodeWithIcon.SelectedIcon

참고 항목

참조

HierarchyTreeNode 클래스

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