マイクロソフト内部でのみ使用。 この項目に関連付けられたドキュメントがダーティかどうかを返します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Property IsDirty As Boolean
'使用
Dim instance As OAProjectItem
Dim value As Boolean
value = instance.IsDirty
instance.IsDirty = value
public virtual bool IsDirty { get; set; }
public:
virtual property bool IsDirty {
bool get ();
void set (bool value);
}
public function get IsDirty () : boolean
public function set IsDirty (value : boolean)
プロパティ値
型 : System.Boolean