ISharePointProjectFeatureResourceFile 介面
表示功能的資源檔。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface ISharePointProjectFeatureResourceFile _
Inherits ISharePointProjectMember, IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, _
INotifyPropertyChanged
public interface ISharePointProjectFeatureResourceFile : ISharePointProjectMember,
IAnnotatedObject, INotifyObjectDisposing, INotifyObjectDisposed, INotifyPropertyChanged
ISharePointProjectFeatureResourceFile 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Annotations | 取得 IAnnotationDictionary 執行個體,這個執行個體讓自訂資料與實作 IAnnotatedObject 介面的物件產生關聯。 (繼承自 IAnnotatedObject)。 | |
CultureInfo | 取得依檔名所識別之資源檔的文化特性 (Culture) 資訊。 | |
Feature | 取得父專案功能。 | |
FullPath | 取得專案成員檔案或目錄的完整來源路徑。 (繼承自 ISharePointProjectMember)。 | |
Icon | 取得在 [方案總管] 中顯示之專案成員節點的圖示。 (繼承自 ISharePointProjectMember)。 | |
IsDisposed | 取得是否已處置物件。 (繼承自 INotifyObjectDisposed)。 | |
IsDisposing | 取得是否正在處置物件。 (繼承自 INotifyObjectDisposing)。 | |
IsExpanded | 取得或設定是否在 [方案總管] 中展開該節點。 (繼承自 ISharePointProjectMember)。 | |
Name | 取得在 [方案總管] 中顯示之專案成員節點的名稱。 (繼承自 ISharePointProjectMember)。 | |
Project | 取得包含專案的參考。 (繼承自 ISharePointProjectMember)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
CollapseChildItems | 確定 [方案總管] 中已摺疊這個 ISharePointProjectMember 的所有子項目。 (繼承自 ISharePointProjectMember)。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
Disposed | 發生於處置物件時。 (繼承自 INotifyObjectDisposed)。 | |
Disposing | 發生於正在處置物件時。 (繼承自 INotifyObjectDisposing)。 | |
NameChanged | 發生於變更專案成員節點的名稱時。 (繼承自 ISharePointProjectMember)。 | |
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首