다음을 통해 공유


INavigableItem 인터페이스

Represents the hierarchy node that lives within an IExplorerHierarchy object.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Interface INavigableItem _
    Inherits IServiceProvider
‘사용 방법
Dim instance As INavigableItem
[CLSCompliantAttribute(false)]
public interface INavigableItem : IServiceProvider
[CLSCompliantAttribute(false)]
public interface class INavigableItem : IServiceProvider
[<CLSCompliantAttribute(false)>]
type INavigableItem =  
    interface 
        interface IServiceProvider 
    end
public interface INavigableItem extends IServiceProvider

INavigableItem 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 BuildSet Gets the specified build settings of the item.
공용 속성 Context Gets the context of the item.
공용 속성 Description Gets the description of the item.
공용 속성 DisplayName Gets the displayed name of the item.
공용 속성 Icon Gets the icon of the item.
공용 속성 InvariantPath Gets the constant path of an item.
공용 속성 IsFiltered Gets a value indicating whether the item is filtered.
공용 속성 IsValid Gets a value indicating whether given item is valid.
공용 속성 Item Represents the object item.
공용 속성 Name Gets the specified name of the item.
공용 속성 Parent Gets the immediate parent object of the item.
공용 속성 ShowPolicyHealthState Gets or sets a value indicating whether the item contains values that specify the health state of the policy.
공용 속성 State Gets the specified state of the item.
공용 속성 Tag Gets or sets the object that contains data about the item.

맨 위로 이동

메서드

  이름 설명
공용 메서드 BeginRequestChildren Begins an asynchronous operation to transmit a request of children of the item.
공용 메서드 BeginUpdateChildren Begins an asynchronous operation to execute an update of children of the item.
공용 메서드 EndRequestChildren Completes an asynchronous operation to respond to a transmitted request.
공용 메서드 EndUpdateChildren Completes an asynchronous operation in updating the children.
공용 메서드 GetChildren Retrieves children with the specified scope of the item.
공용 메서드 GetService (IServiceProvider에서 상속됨)
공용 메서드 IsApplicable Gets or sets a value indicating whether an item is applicable to the object.
공용 메서드 IsExpandable Gets or sets a value indicating whether an item is expandable to the object.
공용 메서드 IsLeaf Gets or sets a value indicating whether an item is a leaf member.
공용 메서드 Refresh Updates the items of an object.
공용 메서드 Remove Removes the items of an object.
공용 메서드 RequestChildren Indicates the request of children of the item.
공용 메서드 UpdateChildren Indicates the update of children of the item.

맨 위로 이동

참고 항목

참조

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