ISharePointProjectMember 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SharePoint 프로젝트의 멤버를 나타냅니다.
public interface class ISharePointProjectMember : Microsoft::VisualStudio::SharePoint::IAnnotatedObject, Microsoft::VisualStudio::SharePoint::INotifyObjectDisposed, Microsoft::VisualStudio::SharePoint::INotifyObjectDisposing, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectMember : Microsoft.VisualStudio.SharePoint.IAnnotatedObject, Microsoft.VisualStudio.SharePoint.INotifyObjectDisposed, Microsoft.VisualStudio.SharePoint.INotifyObjectDisposing, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectMember = interface
interface IAnnotatedObject
interface INotifyObjectDisposing
interface INotifyObjectDisposed
interface INotifyPropertyChanged
Public Interface ISharePointProjectMember
Implements IAnnotatedObject, INotifyObjectDisposed, INotifyObjectDisposing, INotifyPropertyChanged
- 파생
- 구현
속성
Annotations |
IAnnotatedObject 인터페이스를 구현하는 개체와 함께 사용자 지정 데이터를 연결하는 인스턴스 IAnnotationDictionary를 가져옵니다. (다음에서 상속됨 IAnnotatedObject) |
FullPath |
프로젝트 멤버 파일 또는 디렉터리의 전체 원본 경로를 가져옵니다. |
Icon |
솔루션 탐색기에 표시된 프로젝트 멤버 노드에 대한 아이콘을 가져옵니다. |
IsDisposed |
개체가 삭제되는지 여부를 가져옵니다. (다음에서 상속됨 INotifyObjectDisposed) |
IsDisposing |
개체가 삭제되는지 여부를 가져옵니다. (다음에서 상속됨 INotifyObjectDisposing) |
IsExpanded |
해당 노드가 솔루션 탐색기에서 확장되는지 여부를 가져오거나 설정합니다. |
Name |
솔루션 탐색기에 표시된 프로젝트 멤버 노드의 이름을 가져옵니다. |
Project |
포함하는 프로젝트에 대한 참조를 가져옵니다. |
메서드
CollapseChildItems() |
이 ISharePointProjectMember 항목의 모든 자식 항목이 솔루션 탐색기 축소되도록 합니다. |
이벤트
Disposed |
개체가 삭제될 때 발생합니다. (다음에서 상속됨 INotifyObjectDisposed) |
Disposing |
개체 삭제될 때 발생합니다. (다음에서 상속됨 INotifyObjectDisposing) |
NameChanged |
프로젝트 멤버 노드의 이름이 변경될 때 발생합니다. |