コンポーネントの特定のプロパティの値を既定値にリセットします。
名前空間: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
アセンブリ: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 内)
構文
'宣言
Public Overrides Sub ResetValue ( _
component As Object _
)
public override void ResetValue(
Object component
)
public:
virtual void ResetValue(
Object^ component
) override
abstract ResetValue :
component:Object -> unit
override ResetValue :
component:Object -> unit
public override function ResetValue(
component : Object
)
パラメーター
- component
型: System.Object
コンポーネント (null の場合もあります)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
PropertyExtension<TTargetElementType> クラス
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 名前空間