EnvironmentReference.ReferenceLocationType 列挙型

定義

参照場所が絶対的なフォルダ名か、プロジェクトが属しているローカルフォルダかを指定します。

public: enum class EnvironmentReference::ReferenceLocationType
public enum EnvironmentReference.ReferenceLocationType
type EnvironmentReference.ReferenceLocationType = 
Public Enum EnvironmentReference.ReferenceLocationType
継承
EnvironmentReference.ReferenceLocationType

フィールド

名前 説明
Absolute 0

タイプは絶対的です。

Relative 1

タイプは相対的です。

適用対象