Share via


MatchesPlatform Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Function MatchesPlatform ( _
    platform As String _
) As Boolean
'Usage
Dim instance As ConfigCanonicalName
Dim platform As String
Dim returnValue As Boolean

returnValue = instance.MatchesPlatform(platform)
public bool MatchesPlatform(
    string platform
)
public:
bool MatchesPlatform(
    String^ platform
)
member MatchesPlatform : 
        platform:string -> bool 
public function MatchesPlatform(
    platform : String
) : boolean

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

ConfigCanonicalName Structure

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace