次の方法で共有


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 プロパティは、ドキュメントの分離コードの一覧を含む文字列コレクションを返します。

適用対象