ISharePointProjectMember 接口
表示 SharePoint 项目的成员。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISharePointProjectMember _
Inherits IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
public interface ISharePointProjectMember : IAnnotatedObject,
INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
ISharePointProjectMember 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Annotations | 获取实例 IAnnotationDictionary,以便关联自定义数据和实现 IAnnotatedObject 接口的对象。 (继承自 IAnnotatedObject。) | |
FullPath | 获取项目成员文件或目录的完整源路径。 | |
Icon | 获取在“解决方案资源管理器”中显示的项目成员节点的图标。 | |
IsDisposed | 获取对象是否已释放。 (继承自 INotifyObjectDisposed。) | |
IsDisposing | 获取是否正在释放对象。 (继承自 INotifyObjectDisposing。) | |
IsExpanded | 获取或设置是否在“解决方案资源管理器”中展开该节点。 | |
Name | 获取在“解决方案资源管理器”中显示的项目成员节点的名称。 | |
Project | 获取对包含项目的引用。 |
页首
方法
名称 | 说明 | |
---|---|---|
CollapseChildItems | 确保在“解决方案资源管理器”中折叠此 ISharePointProjectMember 的所有子项。 |
页首
事件
名称 | 说明 | |
---|---|---|
Disposed | 在释放对象时发生。 (继承自 INotifyObjectDisposed。) | |
Disposing | 在正在释放对象时发生。 (继承自 INotifyObjectDisposing。) | |
NameChanged | 在更改项目成员节点的名称时发生。 | |
PropertyChanged | 在更改属性值时发生。 (继承自 INotifyPropertyChanged。) |
页首