ActionableCfgProviderListener.OnPlatformNameAdded Method
Called when a platform name is added.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function OnPlatformNameAdded ( _
platformName As String _
) As Integer
'Usage
Dim instance As ActionableCfgProviderListener
Dim platformName As String
Dim returnValue As Integer
returnValue = instance.OnPlatformNameAdded(platformName)
public int OnPlatformNameAdded(
string platformName
)
public:
virtual int OnPlatformNameAdded(
String^ platformName
) sealed
public final function OnPlatformNameAdded(
platformName : String
) : int
abstract OnPlatformNameAdded :
platformName:string -> int
override OnPlatformNameAdded :
platformName:string -> int
Parameters
- platformName
Type: System.String
The platform name
Return Value
Type: System.Int32
Implements
IVsCfgProviderEvents.OnPlatformNameAdded(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ActionableCfgProviderListener Class
ActionableCfgProviderListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace