ExplorerNodePropertiesRequestedEventArgs.PropertySources 속성
NodePropertiesRequested 이벤트에 연결된 노드에 대한 속성의 컬렉션을 가져옵니다.
네임스페이스: Microsoft.VisualStudio.SharePoint.Explorer
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Property PropertySources As IPropertySourceCollection
public IPropertySourceCollection PropertySources { get; private set; }
속성 값
형식: Microsoft.VisualStudio.SharePoint.IPropertySourceCollection
NodePropertiesRequested 이벤트에 연결된 노드에 대한 속성의 컬렉션입니다.
설명
PropertySources 속성을 사용하여 노드에 속성을 추가하는 방법을 보여주는 코드 예제는 방법: 서버 탐색기에서 SharePoint 노드 확장을 참조하십시오.
SharePoint 사이트에서 읽기 전용 데이터 집합을 노드의 사용자 지정 속성으로 표시하려면 CreatePropertySourceObject 메서드를 사용합니다.자세한 내용은 연습: 서버 탐색기를 확장하여 웹 파트 표시를 참조하십시오.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.