MatchesConfigName 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 MatchesConfigName ( _
configName As String _
) As Boolean
'Usage
Dim instance As ConfigCanonicalName
Dim configName As String
Dim returnValue As Boolean
returnValue = instance.MatchesConfigName(configName)
public bool MatchesConfigName(
string configName
)
public:
bool MatchesConfigName(
String^ configName
)
member MatchesConfigName :
configName:string -> bool
public function MatchesConfigName(
configName : String
) : boolean
Parameters
- configName
Type: System..::..String
Return Value
Type: System..::..Boolean
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace