IDatabaseNode.GetCustomMetadata 메서드

이 노드에 대한 사용자 지정 메타데이터를 반환합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Schema.Package.Project
어셈블리:  Microsoft.VisualStudio.Data.Schema.Package(Microsoft.VisualStudio.Data.Schema.Package.dll)

구문

‘선언
Function GetCustomMetadata As IList(Of Tuple(Of String, String))
IList<Tuple<string, string>> GetCustomMetadata()
IList<Tuple<String^, String^>^>^ GetCustomMetadata()
abstract GetCustomMetadata : unit -> IList<Tuple<string, string>> 
function GetCustomMetadata() : IList<Tuple<String, String>>

반환 값

형식: System.Collections.Generic.IList<Tuple<String, String>>
사용자 지정 메타데이터의 이름/값 튜플 목록입니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

IDatabaseNode 인터페이스

Microsoft.VisualStudio.Data.Schema.Package.Project 네임스페이스