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