다음을 통해 공유


SrgsDocument.CodeBehind 속성

정의

SrgsDocument 인스턴스의 코드 기반 정보를 가져옵니다.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ CodeBehind { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> CodeBehind { get; }
member this.CodeBehind : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property CodeBehind As Collection(Of String)

속성 값

Collection<String>

CodeBehind 속성은 코드 숨김 문서 목록이 들어 있는 문자열 컬렉션을 반환합니다.

적용 대상