다음을 통해 공유


VCPlatform2.MatchName 메서드

네임스페이스:  Microsoft.VisualStudio.VCProjectEngine
어셈블리:  Microsoft.VisualStudio.VCProjectEngine(Microsoft.VisualStudio.VCProjectEngine.dll)

구문

‘선언
Function MatchName ( _
    NameToMatch As String, _
    FullOnly As Boolean _
) As Boolean
bool MatchName(
    string NameToMatch,
    bool FullOnly
)
bool MatchName(
    [InAttribute] String^ NameToMatch, 
    [InAttribute] bool FullOnly
)
abstract MatchName : 
        NameToMatch:string * 
        FullOnly:bool -> bool
function MatchName(
    NameToMatch : String, 
    FullOnly : boolean
) : boolean

매개 변수

  • NameToMatch
    형식: String
  • FullOnly
    형식: Boolean

반환 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

VCPlatform2 인터페이스

Microsoft.VisualStudio.VCProjectEngine 네임스페이스