UrlSyndicationContent 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다른 리소스에 대한 URL로 구성되는 배포 콘텐츠를 나타냅니다.
public ref class UrlSyndicationContent : System::ServiceModel::Syndication::SyndicationContent
public class UrlSyndicationContent : System.ServiceModel.Syndication.SyndicationContent
type UrlSyndicationContent = class
inherit SyndicationContent
Public Class UrlSyndicationContent
Inherits SyndicationContent
- 상속
예제
다음 예제에서는 클래스를 사용하는 방법을 보여 줍니다 UrlSyndicationContent .
UrlSyndicationContent urlContent = new UrlSyndicationContent(new Uri("http://localhost/content"), "text/html");
Dim urlContent As UrlSyndicationContent = New UrlSyndicationContent(New Uri("http://localhost/content"), "text/html")
생성자
UrlSyndicationContent(Uri, String) |
지정된 UrlSyndicationContent 및 미디어 유형을 사용하여 Uri 클래스의 새 인스턴스를 초기화합니다. |
UrlSyndicationContent(UrlSyndicationContent) |
지정된 UrlSyndicationContent 인스턴스를 사용하여 UrlSyndicationContent 클래스의 새 인스턴스를 초기화합니다. |
속성
AttributeExtensions |
이 콘텐츠의 특성 확장을 가져옵니다. (다음에서 상속됨 SyndicationContent) |
Type |
UrlSyndicationContent의 콘텐츠 형식을 가져옵니다. |
Url |
Uri에 대한 UrlSyndicationContent를 가져옵니다. |
메서드
Clone() |
기존 UrlSyndicationContent 인스턴스의 복사본을 만듭니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
WriteContentsTo(XmlWriter) |
UrlSyndicationContent 인스턴스의 내용을 지정된 XmlWriter에 씁니다. |
WriteTo(XmlWriter, String, String) |
이 개체의 내용을 지정된 요소 및 요소 네임스페이스 내부의 지정된 XmlWriter 에 씁니다. (다음에서 상속됨 SyndicationContent) |