IProtectPathInfo.AllowChanges 屬性
適用於版本2
取得值,這個值表示資料夾或檔案是否受到保護。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
ReadOnly Property AllowChanges As Boolean
Get
'用途
Dim instance As IProtectPathInfo
Dim value As Boolean
value = instance.AllowChanges
bool AllowChanges { get; }
property bool AllowChanges {
bool get ();
}
abstract AllowChanges : bool
function get AllowChanges () : boolean
屬性值
型別:System.Boolean
如果資料夾或檔案受到保護,則為 true,否則為 false。