Indicates whether the setting is deprecated.
Namespace:
Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly:
Microsoft.ComponentStudio.ComponentPlatformInterface (in
microsoft.componentstudio.componentplatforminterface.dll)
Usage
Visual Basic |
Dim description As String
Dim returnValue As Boolean
Dim settingDefinition1 As SettingDefinition
returnValue = settingDefinition1.IsDeprecated(description)
|
Syntax
Visual Basic |
Public MustOverride Function IsDeprecated( _
<OutAttribute()> ByRef description As String _
) As Boolean
|
C# |
public abstract bool IsDeprecated(
out string description
);
|
C++ |
public:
virtual bool IsDeprecated(
[Out] String^% description
) abstract;
|
J# |
public abstract boolean IsDeprecated(
/*out*/System.String description
);
|
JScript |
public abstract function IsDeprecated(
description : String
) : Boolean;
|
Parameters
- description
-
The description of the deprecated setting.
Return Value
True if the current setting is deprecated, or
false
otherwise.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server
2003, Windows Vista, and Windows 2000
Target Platforms
See Also