ObsoletedOSPlatformAttribute(String, String) Constructor
Namespace: DevCase.Runtime.AttributesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ObsoletedOSPlatformAttribute(
string platformName,
string message
)
Public Sub New (
platformName As String,
message As String
)
Dim platformName As String
Dim message As String
Dim instance As New ObsoletedOSPlatformAttribute(platformName,
message)
public:
ObsoletedOSPlatformAttribute(
String^ platformName,
String^ message
)
new :
platformName : string *
message : string -> ObsoletedOSPlatformAttribute
No code example is currently available or this language may not be supported.
Parameters
- platformName String
-
The obsoleted OS platform name that this attribute applies to,
optionally including a version (eg. "windows7.0").
- message String
-
Additional information about the obsoletion, for example,
a message that mostly suggests an alternative for the obsoleted API.