C# 클래스 GoogleCloudExtension.Extensions.ImageResource

This class is a simple markup extension that returns an image given its path.
상속: System.Windows.Markup.MarkupExtension
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

메소드 설명
ImageResource ( ) : GoogleCloudExtension.Utils
ImageResource ( string path ) : GoogleCloudExtension.Utils
ProvideValue ( IServiceProvider serviceProvider ) : object

Loads the image given the Path property. Caching is performed so an image is only going to be loaded once.

메소드 상세

ImageResource() 공개 메소드

public ImageResource ( ) : GoogleCloudExtension.Utils
리턴 GoogleCloudExtension.Utils

ImageResource() 공개 메소드

public ImageResource ( string path ) : GoogleCloudExtension.Utils
path string
리턴 GoogleCloudExtension.Utils

ProvideValue() 공개 메소드

Loads the image given the Path property. Caching is performed so an image is only going to be loaded once.
public ProvideValue ( IServiceProvider serviceProvider ) : object
serviceProvider IServiceProvider
리턴 object