IBrowser.DisplayName 속성
버전 2에 적용
메뉴에 표시된 짧은 이름을 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property DisplayName As String
Get
‘사용 방법
Dim instance As IBrowser
Dim value As String
value = instance.DisplayName
string DisplayName { get; }
property String^ DisplayName {
String^ get ();
}
abstract DisplayName : string
function get DisplayName () : String
속성 값
유형: System.String
메뉴에 표시된 짧은 이름입니다.