共用方式為


ISharePointProjectFeatureResourceFile 介面

定義

代表功能的資源檔。

public interface class ISharePointProjectFeatureResourceFile : Microsoft::VisualStudio::SharePoint::ISharePointProjectMember, System::ComponentModel::INotifyPropertyChanged
public interface ISharePointProjectFeatureResourceFile : Microsoft.VisualStudio.SharePoint.ISharePointProjectMember, System.ComponentModel.INotifyPropertyChanged
type ISharePointProjectFeatureResourceFile = interface
    interface ISharePointProjectMember
    interface IAnnotatedObject
    interface INotifyObjectDisposing
    interface INotifyObjectDisposed
    interface INotifyPropertyChanged
Public Interface ISharePointProjectFeatureResourceFile
Implements INotifyPropertyChanged, ISharePointProjectMember
實作

屬性

Annotations

取得 IAnnotationDictionary 執行個體,以建立自訂資料與實作 IAnnotatedObject 介面之物件的關聯。

(繼承來源 IAnnotatedObject)
CultureInfo

取得檔案名稱所識別之資源檔的文化特性資訊。

Feature

取得父專案功能。

FullPath

取得專案成員檔案或目錄的完整來源路徑。

(繼承來源 ISharePointProjectMember)
Icon

取得方案總管中所顯示專案成員節點的圖示。

(繼承來源 ISharePointProjectMember)
IsDisposed

取得是否處置物件。

(繼承來源 INotifyObjectDisposed)
IsDisposing

取得是否正在處置物件。

(繼承來源 INotifyObjectDisposing)
IsExpanded

取得或設定是否在方案總管中展開該節點。

(繼承來源 ISharePointProjectMember)
Name

取得方案總管中所顯示專案成員節點的名稱。

(繼承來源 ISharePointProjectMember)
Project

取得包含專案的參考。

(繼承來源 ISharePointProjectMember)

方法

CollapseChildItems()

確定此 ISharePointProjectMember 專案的所有子項目都會在 方案總管 中折疊。

(繼承來源 ISharePointProjectMember)

事件

Disposed

在處置物件時發生。

(繼承來源 INotifyObjectDisposed)
Disposing

在處置物件時發生。

(繼承來源 INotifyObjectDisposing)
NameChanged

在變更專案成員節點的名稱時發生。

(繼承來源 ISharePointProjectMember)

適用於