Configuration.get_Platform Method
Obsolete method. Do not use.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Function get_Platform ( _
<OutAttribute> ByRef platform As Guid _
) As Integer
'Usage
Dim instance As Configuration
Dim platform As Guid
Dim returnValue As Integer
returnValue = instance.get_Platform(platform)
public int get_Platform(
out Guid platform
)
public:
virtual int get_Platform(
[OutAttribute] Guid% platform
) sealed
abstract get_Platform :
platform:Guid byref -> int
override get_Platform :
platform:Guid byref -> int
public final function get_Platform(
platform : Guid
) : int
Parameters
- platform
Type: System.Guid%
Pointer to a Guid.
Return Value
Type: System.Int32
An integer value.
Implements
IVsDebuggableProjectCfgget_Platform(Guid)
IVsProjectCfgget_Platform(Guid)
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace