次の方法で共有


ISharePointProjectItem.DefaultFile プロパティ

定義

ソリューション エクスプローラーの SharePoint プロジェクト アイテム ノードがアクティブになったときに起動されるファイルを取得または設定します。

public:
 property Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ DefaultFile { Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ get(); void set(Microsoft::VisualStudio::SharePoint::ISharePointProjectItemFile ^ value); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile DefaultFile { get; set; }
member this.DefaultFile : Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile with get, set
Public Property DefaultFile As ISharePointProjectItemFile

プロパティ値

ファイルを表すオブジェクト。

注釈

SharePoint 拡張機能では、このプロパティを設定するか、 イベントを Open 処理して、プロジェクト アイテム フォルダー ノードのアクティブ化動作を制御できます。

適用対象