VCWinRTReference.MatchName(String, Boolean) Method

Definition

public:
 bool MatchName(System::String ^ NameToMatch, bool FullOnly);
public:
 bool MatchName(Platform::String ^ NameToMatch, bool FullOnly);
bool MatchName(std::wstring const & NameToMatch, bool FullOnly);
[System.Runtime.InteropServices.DispId(675)]
public bool MatchName (string NameToMatch, bool FullOnly);
[<System.Runtime.InteropServices.DispId(675)>]
abstract member MatchName : string * bool -> bool
Public Function MatchName (NameToMatch As String, FullOnly As Boolean) As Boolean

Parameters

NameToMatch
String
FullOnly
Boolean

Returns

Implements

Attributes

Applies to