IVsaReferenceItem.AssemblyName 속성

참조되는 어셈블리의 이름을 가져오거나 설정합니다.

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

구문

‘선언
Property AssemblyName As String
string AssemblyName { get; set; }
property String^ AssemblyName {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyName : string with get, set
function get AssemblyName () : String 
function set AssemblyName (value : String)

속성 값

형식: String
참조되는 어셈블리의 문자열 리터럴 이름을 반환합니다.

참고 항목

참조

IVsaReferenceItem 인터페이스

Microsoft.Vsa 네임스페이스