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 |
获取实例 IAnnotationDictionary,以将自定义数据与实现 IAnnotatedObject 的对象相关联。 (继承自 IAnnotatedObject) |
FullPath |
获取项目成员文件或目录的完整源路径。 |
Icon |
获取解决方案资源管理器中显示的项目成员节点的图标。 |
IsDisposed |
获取是否释放对象。 (继承自 INotifyObjectDisposed) |
IsDisposing |
获取是否释放对象。 (继承自 INotifyObjectDisposing) |
IsExpanded |
获取或设置是否在解决方案资源管理器中展开该节点。 |
Name |
获取解决方案资源管理器中显示的项目成员节点的名称。 |
Project |
获取对包含项目的引用。 |
方法
CollapseChildItems() |
确保此 ISharePointProjectMember 的所有子项在解决方案资源管理器中折叠。 |
事件
Disposed |
在释放对象时发生。 (继承自 INotifyObjectDisposed) |
Disposing |
在释放对象时发生。 (继承自 INotifyObjectDisposing) |
NameChanged |
在更改项目成员节点名称时发生。 |