ISharePointProjectItem.DefaultFile プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ソリューション エクスプローラーの 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 処理して、プロジェクト アイテム フォルダー ノードのアクティブ化動作を制御できます。