This method is obsolete.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_Platform ( _
<OutAttribute> ByRef platform As Guid _
) As Integer
'使用
Dim instance As ProjectConfig
Dim platform As Guid
Dim returnValue As Integer
returnValue = instance.get_Platform(platform)
public virtual int get_Platform(
out Guid platform
)
public:
virtual int get_Platform(
[OutAttribute] Guid% platform
)
public function get_Platform(
platform : Guid
) : int
Parameters
platform
Type: System.Guid%[out] Platform GUID.
Return Value
Type: System.Int32
Implements
IVsProjectCfg2.get_Platform(Guid%)
IVsDebuggableProjectCfg.get_Platform(Guid%)
IVsProjectCfg.get_Platform(Guid%)
Remarks
Obsolete method. Do not use.
Permissions
- 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.