ISharePointProjectItemType 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 SharePoint 專案項目的類型。 它可讓使用者建立自訂資料與類型的關聯,因為它繼承自 IAnnotatedObject 介面。
public interface class ISharePointProjectItemType : Microsoft::VisualStudio::SharePoint::IAnnotatedObject, Microsoft::VisualStudio::SharePoint::ISharePointProjectItemEvents, Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFileEvents
public interface ISharePointProjectItemType : Microsoft.VisualStudio.SharePoint.IAnnotatedObject, Microsoft.VisualStudio.SharePoint.ISharePointProjectItemEvents, Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFileEvents
type ISharePointProjectItemType = interface
interface IAnnotatedObject
interface ISharePointProjectItemEvents
interface ISharePointProjectItemFileEvents
Public Interface ISharePointProjectItemType
Implements IAnnotatedObject, ISharePointProjectItemEvents, ISharePointProjectItemFileEvents
- 實作
屬性
Annotations |
取得 IAnnotationDictionary 執行個體,以建立自訂資料與實作 IAnnotatedObject 介面之物件的關聯。 (繼承來源 IAnnotatedObject) |
Id |
取得 SharePoint 專案項目類型的唯一識別碼。 |
IsValid |
取得專案項目是否有效。 |
Name |
取得設計工具中所顯示類型的易記名稱。 名稱預設是識別碼。 |
ProjectService |
取得 SharePoint 專案服務的執行個體。 |
SupportedAssemblyDeploymentTargets |
取得此 ProjectItem 所支援之組件的部署位置。 |
SupportedDeploymentScopes |
取得支援在 SharePoint 中部署 ISharePointProjectItem 的範圍。 |
SupportedTrustLevels |
取得 SharePoint 中 ISharePointProjectItem 所支援的信任層級。 |