다음을 통해 공유


OutputCacheProfileCollection.AllKeys 속성

정의

OutputCacheProfileCollection 키를 가져옵니다.

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

속성 값

String[]

컬렉션 키가 포함된 string 배열입니다.

예제

다음 코드 예제에서는 AllKeys 속성을 사용하는 방법을 보여 줍니다.

// Get the keys.
object [] keys = outputCacheProfiles.AllKeys;
' Get the keys.
  Dim keys As String() = _
  outputCacheProfiles.AllKeys

적용 대상